home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7894 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  695 b 

  1. Path: news.cis.nctu.edu.tw!usenet
  2. From: Don Pierce <don@pierce.geometrics.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Efficient Sorting - In search of
  5. Date: 29 Feb 1996 16:02:25 GMT
  6. Organization: Muir/Pierce Geophysics
  7. Message-ID: <4h4imh$3bh@news.cis.nctu.edu.tw>
  8. NNTP-Posting-Host: @pierce.geometrics.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4c)
  13. X-URL: news:comp.lang.c/91412-91512
  14.  
  15. I am looking for an efficient sorting algorithm
  16. that can sort an array of floats. I prefer
  17. a non-recursive version as I have heard they are
  18. not very efficient on large data sets. My arrays
  19. are up 10000 elements.
  20.  
  21.